From f40dbd20a753ac12461670272492b5d9128690a5 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk[cl349]" Date: Wed, 11 May 2005 14:15:56 +0000 Subject: [PATCH] bitkeeper revision 1.1389.15.12 (4282139cqW2wfHd_j61lSLRU-N8uog) dom0_ops.h: Bump dom0 interface version number. Signed-off-by: Christian Limpach --- xen/include/public/dom0_ops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/dom0_ops.h b/xen/include/public/dom0_ops.h index d52c5de13c..b07b68d773 100644 --- a/xen/include/public/dom0_ops.h +++ b/xen/include/public/dom0_ops.h @@ -19,7 +19,7 @@ * This makes sure that old versions of dom0 tools will stop working in a * well-defined way (rather than crashing the machine, for instance). */ -#define DOM0_INTERFACE_VERSION 0xAAAA1004 +#define DOM0_INTERFACE_VERSION 0xAAAA1005 /************************************************************************/ -- 2.30.2